1 namespace VietGraph
2 {
3     
partial class ThongTinDoThi
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(ThongTinDoThi));
32             
this.cbBieuThuc = new System.Windows.Forms.ComboBox();
33             
this.btnXem = new System.Windows.Forms.Button();
34             
this.lvXAndFX = new System.Windows.Forms.ListView();
35             
this.chX = new System.Windows.Forms.ColumnHeader();
36             
this.chFX = new System.Windows.Forms.ColumnHeader();
37             
this.btnDong = new System.Windows.Forms.Button();
38             
this.rbDo = new System.Windows.Forms.RadioButton();
39             
this.groupBox1 = new System.Windows.Forms.GroupBox();
40             
this.rbRadian = new System.Windows.Forms.RadioButton();
41             
this.groupBox1.SuspendLayout();
42             
this.SuspendLayout();
43             
//
44             
// cbBieuThuc
45             
//
46             
this.cbBieuThuc.FormattingEnabled = true;
47             
this.cbBieuThuc.Location = new System.Drawing.Point(16, 13);
48             
this.cbBieuThuc.Margin = new System.Windows.Forms.Padding(4);
49             
this.cbBieuThuc.Name = "cbBieuThuc";
50             
this.cbBieuThuc.Size = new System.Drawing.Size(291, 24);
51             
this.cbBieuThuc.TabIndex = 0;
52             
//
53             
// btnXem
54             
//
55             
this.btnXem.Location = new System.Drawing.Point(315, 13);
56             
this.btnXem.Margin = new System.Windows.Forms.Padding(4);
57             
this.btnXem.Name = "btnXem";
58             
this.btnXem.Size = new System.Drawing.Size(81, 24);
59             
this.btnXem.TabIndex = 1;
60             
this.btnXem.Text = "Xem";
61             
this.btnXem.UseVisualStyleBackColor = true;
62             
this.btnXem.Click += new System.EventHandler(this.btnXem_Click);
63             
//
64             
// lvXAndFX
65             
//
66             
this.lvXAndFX.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
67             
this.chX,
68             
this.chFX});
69             
this.lvXAndFX.FullRowSelect = true;
70             
this.lvXAndFX.GridLines = true;
71             
this.lvXAndFX.Location = new System.Drawing.Point(16, 45);
72             
this.lvXAndFX.Margin = new System.Windows.Forms.Padding(4);
73             
this.lvXAndFX.Name = "lvXAndFX";
74             
this.lvXAndFX.Size = new System.Drawing.Size(291, 183);
75             
this.lvXAndFX.TabIndex = 2;
76             
this.lvXAndFX.UseCompatibleStateImageBehavior = false;
77             
this.lvXAndFX.View = System.Windows.Forms.View.Details;
78             
//
79             
// chX
80             
//
81             
this.chX.Text = "x";
82             
this.chX.Width = 94;
83             
//
84             
// chFX
85             
//
86             
this.chFX.Text = "f(x)";
87             
this.chFX.Width = 189;
88             
//
89             
// btnDong
90             
//
91             
this.btnDong.Location = new System.Drawing.Point(315, 45);
92             
this.btnDong.Margin = new System.Windows.Forms.Padding(4);
93             
this.btnDong.Name = "btnDong";
94             
this.btnDong.Size = new System.Drawing.Size(81, 25);
95             
this.btnDong.TabIndex = 3;
96             
this.btnDong.Text = "Đóng";
97             
this.btnDong.UseVisualStyleBackColor = true;
98             
this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
99             
//
100             
// rbDo
101             
//
102             
this.rbDo.AutoSize = true;
103             
this.rbDo.Location = new System.Drawing.Point(6, 21);
104             
this.rbDo.Name = "rbDo";
105             
this.rbDo.Size = new System.Drawing.Size(43, 20);
106             
this.rbDo.TabIndex = 4;
107             
this.rbDo.TabStop = true;
108             
this.rbDo.Text = "Độ";
109             
this.rbDo.UseVisualStyleBackColor = true;
110             
this.rbDo.CheckedChanged += new System.EventHandler(this.rbDo_CheckedChanged);
111             
//
112             
// groupBox1
113             
//
114             
this.groupBox1.Controls.Add(this.rbRadian);
115             
this.groupBox1.Controls.Add(this.rbDo);
116             
this.groupBox1.Location = new System.Drawing.Point(315, 78);
117             
this.groupBox1.Name = "groupBox1";
118             
this.groupBox1.Size = new System.Drawing.Size(81, 150);
119             
this.groupBox1.TabIndex = 5;
120             
this.groupBox1.TabStop = false;
121             
//
122             
// rbRadian
123             
//
124             
this.rbRadian.AutoSize = true;
125             
this.rbRadian.Location = new System.Drawing.Point(6, 47);
126             
this.rbRadian.Name = "rbRadian";
127             
this.rbRadian.Size = new System.Drawing.Size(70, 20);
128             
this.rbRadian.TabIndex = 5;
129             
this.rbRadian.TabStop = true;
130             
this.rbRadian.Text = "Radian";
131             
this.rbRadian.UseVisualStyleBackColor = true;
132             
this.rbRadian.CheckedChanged += new System.EventHandler(this.rbRadian_CheckedChanged);
133             
//
134             
// ThongTinDoThi
135             
//
136             
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
137             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
138             
this.ClientSize = new System.Drawing.Size(409, 247);
139             
this.Controls.Add(this.groupBox1);
140             
this.Controls.Add(this.btnDong);
141             
this.Controls.Add(this.lvXAndFX);
142             
this.Controls.Add(this.btnXem);
143             
this.Controls.Add(this.cbBieuThuc);
144             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
145             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
146             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
147             
this.Margin = new System.Windows.Forms.Padding(4);
148             
this.MaximizeBox = false;
149             
this.Name = "ThongTinDoThi";
150             
this.Text = "Thong Tin Do Thi";
151             
this.Load += new System.EventHandler(this.ThongTinDoThi_Load);
152             
this.groupBox1.ResumeLayout(false);
153             
this.groupBox1.PerformLayout();
154             
this.ResumeLayout(false);
155
156         }
157
158         
#endregion
159
160         
private System.Windows.Forms.ComboBox cbBieuThuc;
161         
private System.Windows.Forms.Button btnXem;
162         
private System.Windows.Forms.ListView lvXAndFX;
163         
private System.Windows.Forms.Button btnDong;
164         
private System.Windows.Forms.ColumnHeader chX;
165         
private System.Windows.Forms.ColumnHeader chFX;
166         
private System.Windows.Forms.RadioButton rbDo;
167         
private System.Windows.Forms.GroupBox groupBox1;
168         
private System.Windows.Forms.RadioButton rbRadian;
169     }
170 }



Phần mềm vẽ đồ thị C# 6.568 lượt xem

Gõ tìm kiếm nhanh...